PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DRenderMode Class / setOpacity Method
A number in [0, 1] interval specifying the opacity of the added transparency applied by some render modes, using a standard additive blend.
In This Topic
    setOpacity Method
    In This Topic
    Sets the opacity.
    Syntax
    public void setOpacity( 
       double opacity
    )

    Parameters

    opacity
    A number in [0, 1] interval specifying the opacity of the added transparency applied by some render modes, using a standard additive blend.
    See Also